Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FreeEnergyAssert.C File Reference

#include "InfoStream.h"
#include "FreeEnergyAssert.h"

Go to the source code of this file.

Functions

void my_assert (const char *Condition, const char *FileName, int LineNumber)


Function Documentation

void my_assert const char *  Condition,
const char *  FileName,
int  LineNumber
 

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

Definition at line 10 of file FreeEnergyAssert.C.

References iout.

00010                                                                             {
00011   iout << std::endl << endi;
00012   iout << "Assertion: " << "(" << Condition << ")," << " failed" << std::endl << endi;
00013   iout << "   in: " << FileName << ", " << "line: " << LineNumber << std::endl << endi;
00014   iout << std::endl << endi;
00015 }


Generated on Fri May 25 04:07:18 2012 for NAMD by  doxygen 1.3.9.1