source: flair-src/trunk/lib/FlairCore/src/DataPlot_impl.cpp@ 313

Last change on this file since 313 was 15, checked in by Bayard Gildas, 8 years ago

sources reformatted with flair-format-dir script

File size: 551 bytes
Line 
1// %flair:license{
2// This file is part of the Flair framework distributed under the
3// CECILL-C License, Version 1.0.
4// %flair:license}
5// created: 2013/04/10
6// filename: DataPlot_impl.cpp
7//
8// author: Guillaume Sanahuja
9// Copyright Heudiasyc UMR UTC/CNRS 7253
10//
11// version: $Id: $
12//
13// purpose: classe de base pour les DataPlot_impl
14//
15//
16/*********************************************************************/
17
18#include "DataPlot_impl.h"
19
20DataPlot_impl::DataPlot_impl() {}
21
22DataPlot_impl::~DataPlot_impl() {}
Note: See TracBrowser for help on using the repository browser.